[1] 6.283185
[1] 3.083333
Session - R and R studio
R is both the name of a programming language and a program
RStudio is a software application with tools to
improve your programming experience
Let’s open an R session
If you don’t see the Editor pane, click top right button
And choose R Script from the drop down.
Keyboard shortcuts:
Ctrl + Shift + N
The cloud Ctrl + Shift + Alt + N
Keyboard shortcuts:
Ctrl + Z undoes but
Ctrl + Shift + Z to redo
Ctrl + Enter runs the code
Comment code with a hash #
Comment frequently, at least in the beginning
Keyboard shortcut:
Ctrl+Shift+C for commenting and uncommenting
Accessibility and comfort for all